home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Developer CD Series 1996 …ember: Reference Library
/
Dev.CD Dec 96 RL
/
Dev.CD Dec 96 RL.toast
/
What's New?
/
Technical Documentation
/
develop
/
develop code updates
/
develop Issue 15 code
/
Floating Windows
/
Floating Windows Code
/
Shell Code
/
fileMenuRoutines.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1990-12-13
|
188 b
|
9 lines
|
[
TEXT/CWIE
]
#ifndef __FileMenuRoutines__
#define __FileMenuRoutines__
void GetFileToOpen(void);
void DoOpenFile(FSSpec *fileToOpen);
void DoPrint(void);
void DoPrintFile(FSSpec *fileToPrint);
#endif